sdmdlvaluereference module¶
-
class
sd.api.mdl.sdmdlvaluereference.SDMDLValueReference(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.mdl.sdmdlvalue.SDMDLValueClass used to store information about a MDL reference value
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
getValue() → str¶ Get the value of the referenced item
-
release() → None¶ Releases an APIObject
-
setValue(value: str) → None¶ Set the value of the referenced item
- Parameters
value – The new item reference value
-